home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / MATH / BIN32 / BINLOG32.TXT < prev   
Text File  |  1996-03-24  |  2KB  |  54 lines

  1. Binary Logic V1.32
  2. Copyright ⌐1996 John Merrit (Analog Species in a Digital World Productions)
  3. All Rights Reserved.
  4.  
  5. Binary32.dcu
  6. Copyright ⌐1996 John Merrit (Analog Species in a Digital World Productions)
  7. All Rights Reserved.
  8.  
  9. Note: unit Binary32.dcu is compiled with Delphi« version 2.0
  10. To put it in other words: it should be used in a 32-bit program!
  11.  
  12. Binary Logic is a demonstration program for unit Binary32.dcu.
  13. This program is freeware.
  14. Binary32.dcu is stringware.
  15. This means that you may use the unit for free (you don't need to register
  16. your copy) but if you want the source code...
  17. In my sparetime, I'm the local guitar hero.
  18. If you want to have the source code, go to your local guitarstore and buy a 
  19. set of electric guitarstrings (gauge: light i.e. 9-42, preferable Dean Markley Lite).
  20. Contact me at john.merrit@NET4ALL.BE for details on where to send them to.
  21. If you don't live near a music store (e.g. the South Pole), strings cost
  22. approx. $10.
  23. Just send me the money and I'll get the strings myself.
  24.  
  25.  
  26. Functions implemented (see Bin32.pas header for more details):
  27. Integer (base 10), Binary (base 2), Octal (base 8), Hexadecimal (base 16).
  28.   Integer -> Binary and vice versa;
  29.   Integer -> Octal and vice versa;
  30.   Integer -> Hexadecimal and vice versa;
  31.   Binary -> Octal and vice versa;
  32.   Binary -> Hexadecimal and vice versa;
  33.   Octal -> Hexadecimal and vice versa;
  34.   Binary +, -, *, /;
  35.   Binary logic: OR, XOR, AND, NOT;
  36.   Binary 1 bit/byte left/right shift.
  37.  
  38. Disclaimer:
  39. Nothing can survive in a vacuum and therefore this program may still contain some
  40. imperfections. 
  41.  
  42. "Binary32 is supplied as is.  The author disclaims all
  43. warranties, expressed or implied, including, without limitation,
  44. the warranties of merchantability and of fitness for any purpose.
  45. The author assumes no liability for damages, direct or conse-
  46. quential, which may result from the (mis-)use of Binary32."
  47. Those who can't live with this: lay yourself down in dreamland, perfect's not for real.
  48. For the others:
  49. Bugreports, suggestions or even complaints are welcome (john.merrit@NET4ALL.BE).
  50.  
  51. "The more we think we know about, the greater the unknown."
  52.  
  53.  
  54.